Package-level declarations

Types

Link copied to clipboard
data class BlueConicResponse(val singleMap: Map<String, String> = emptyMap(), val nestedMap: Map<String, Map<String, String>> = emptyMap(), val properties: Map<String, List<String>> = emptyMap(), val interactions: List<Interaction> = emptyList(), val connections: List<BlueConicClient.Connection> = emptyList(), val segments: List<BlueConicClient.Segment> = emptyList())
Link copied to clipboard

Listener for network connectivity. Creates and registers a new ConnectivityListener for callbacks on the client.

Link copied to clipboard
class Connector(configuration: Configuration)

Responsible for handling the calls to the BlueConic server.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Hold one command in the request.